diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-06-01 06:22:17 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-06-01 06:22:17 +0900 |
| commit | b765aa36317338cf5661311040b016ba7f5ddd4e (patch) | |
| tree | 64db2ebdb90bc4e81290c1bb553b028df6cfa30a /config/waybar/style/[Colorful] Aurora.css | |
| parent | 7c7051750e9a06e9563855558a4b855b21a8ecd6 (diff) | |
formatting fixed on waybar css as it causes issues with drawered modules
Diffstat (limited to 'config/waybar/style/[Colorful] Aurora.css')
| -rw-r--r-- | config/waybar/style/[Colorful] Aurora.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/waybar/style/[Colorful] Aurora.css b/config/waybar/style/[Colorful] Aurora.css index 8fe0e3f1..4a05258b 100644 --- a/config/waybar/style/[Colorful] Aurora.css +++ b/config/waybar/style/[Colorful] Aurora.css @@ -7,7 +7,6 @@ font-weight: bold; /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ font-size: 97%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 1px; } window#waybar { @@ -134,8 +133,8 @@ tooltip label{ border: 1px; border-style: solid; border-radius: 4px; - padding-top: 2px; - padding-bottom: 2px; + padding-top: 4px; + padding-bottom: 4px; padding-right: 6px; padding-left: 6px; } |
